type net/http.http2PingFrame

9 uses

	net/http (current package)
		h2_bundle.go#L2424: type http2PingFrame struct {
		h2_bundle.go#L2429: func (f *http2PingFrame) IsAck() bool { return f.Flags.Has(http2FlagPingAck) }
		h2_bundle.go#L2440: 	f := &http2PingFrame{http2FrameHeader: fh}
		h2_bundle.go#L3253: 	case *http2PingFrame:
		h2_bundle.go#L5671: 	case *http2PingFrame:
		h2_bundle.go#L5691: func (sc *http2serverConn) processPing(f *http2PingFrame) error {
		h2_bundle.go#L9978: 		case *http2PingFrame:
		h2_bundle.go#L10704: func (rl *http2clientConnReadLoop) processPing(f *http2PingFrame) error {
		h2_bundle.go#L11129: type http2writePingAck struct{ pf *http2PingFrame }